Skip to content
Snippets Groups Projects
Commit 6f0ed3cd authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Revert "Update .gitlab-ci.yml to remove system update step"

This reverts commit 972e951b
parent 972e951b
No related branches found
No related tags found
No related merge requests found
Pipeline #56 failed with stages
in 3 minutes and 44 seconds
......@@ -6,6 +6,7 @@ cache:
test:
script:
- apt-get update -y
- apt-get install -y nodejs npm
- npm install -g bower
- bundle install --path vendor
......@@ -17,6 +18,7 @@ test:
pages:
script:
- apt-get update -y
- apt-get install -y nodejs npm
- npm install -g bower
- bundle install --path vendor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment