Skip to content
Snippets Groups Projects
Commit ba249977 authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

Update .gitlab-ci.yml

parent 5cffe300
No related branches found
No related tags found
3 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment,!2Openshift deployment
Pipeline #58519 failed
...@@ -27,9 +27,7 @@ job_test: ...@@ -27,9 +27,7 @@ job_test:
script: script:
- cd tms - cd tms
- echo "${env_test}" > .env - echo "${env_test}" > .env
# Install composer
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
# Install yarn and assets # Install yarn and assets
- npm cache clean -f - npm cache clean -f
- npm install -g n - npm install -g n
...@@ -38,6 +36,9 @@ job_test: ...@@ -38,6 +36,9 @@ job_test:
- export PATH="$HOME/.yarn/bin:$PATH" - export PATH="$HOME/.yarn/bin:$PATH"
- yarn install --ignore-engines - yarn install --ignore-engines
- yarn encore dev - yarn encore dev
# Install composer
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
# Tests # Tests
- vendor/bin/simple-phpunit --configuration phpunit.xml.dist - vendor/bin/simple-phpunit --configuration phpunit.xml.dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment