Skip to content

Commit

Permalink
Try removing sudo from commands...
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Di Remigio committed Sep 23, 2015
1 parent 72aafcd commit d0fa56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
@@ -1,7 +1,7 @@
before_script:
- ls -la
- sudo apt-get update -y
- sudo apt-get install gcc g++ gfortran make cmake zlib1g-dev python-dateutil python-pyparsing python-numpy python-matplotlib python-pip python-setuptools python-dev -y
- apt-get update -y
- apt-get install gcc g++ gfortran make cmake zlib1g-dev python-dateutil python-pyparsing python-numpy python-matplotlib python-pip python-setuptools python-dev -y
gcc_debug:
script:
- "python setup.py --cxx=g++ --cc=gcc --fc=gfortran --type=debug"
Expand Down

0 comments on commit d0fa56f

Please sign in to comment.