diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91f6cadb1c0497742831a17d992f28c0dea46b7d..1a3b99ec3485512610baa9d41663e012422bc581 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,6 @@ test: - apt-get install -y python-dev python-pip sudo postgresql postgresql-client libpq-dev - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y nodejs - - sudo apt-get install -y npm - npm install - service postgresql start - sudo -u postgres psql -c "CREATE USER kape WITH PASSWORD 'kape' CREATEDB"