diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b0deb27e81e74d239e5de420da91dccb9a85c2f..c660dd2734dfef45560ee5bf89a7d06cf8685aa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,20 +26,20 @@ unit_test: - build -e2e_tests: - stage: test - image: node:latest - before_script: - - apt-get update -qy - - apt-get install -y xvfb - - npm install -g @vue/cli - - apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb -y - - npm ci - script: - - ls - - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - - export DISPLAY=:99 - - npm run serve & - - npm run test:e2e - dependencies: - - build +#e2e_tests: +# stage: test +# image: node:latest +# before_script: +# - apt-get update -qy +# - apt-get install -y xvfb +# - npm install -g @vue/cli +# - apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb -y +# - npm ci +# script: +# - ls +# - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & +# - export DISPLAY=:99 +# - npm run serve & +# - npm run test:e2e +# dependencies: +# - build