diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d30f0b79d6a9bf1fc85f375b1bbdc28b10bc64c..ff351d1213c77b00f3447f60da3d4ea78d868ced 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: node:9.2.1 + stages: - test @@ -6,11 +8,10 @@ regression_tests: before_script: - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - python get-pip.py - - sleep 60 script: - cd lde-api-regression-test - git checkout development - pip install -r requirements.txt - python manage.py compare tags: - - ubuntu + - node